|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.os.Handler
com.github.droidfu.imageloader.ImageLoaderHandler
com.willowtreeapps.android.shared.OAKImageLoaderHandler
public class OAKImageLoaderHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class android.os.Handler |
---|
android.os.Handler.Callback |
Field Summary | |
---|---|
protected String |
printedUrl
|
Constructor Summary | |
---|---|
OAKImageLoaderHandler(android.widget.ImageView imageView,
String imageUrl)
|
|
OAKImageLoaderHandler(android.widget.ImageView imageView,
String imageUrl,
android.graphics.drawable.Drawable errorDrawable)
|
Method Summary | |
---|---|
String |
getPrintedUrl()
|
boolean |
handleImageLoaded(android.graphics.Bitmap bitmap,
android.os.Message msg)
Override this method if you need custom handler logic. |
void |
setPrintedUrl(String printedUrl)
|
Methods inherited from class com.github.droidfu.imageloader.ImageLoaderHandler |
---|
getErrorDrawable, getImageUrl, getImageView, handleImageLoadedMessage, handleMessage, setErrorDrawable, setImageUrl, setImageView |
Methods inherited from class android.os.Handler |
---|
dispatchMessage, dump, getLooper, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String printedUrl
Constructor Detail |
---|
public OAKImageLoaderHandler(android.widget.ImageView imageView, String imageUrl)
public OAKImageLoaderHandler(android.widget.ImageView imageView, String imageUrl, android.graphics.drawable.Drawable errorDrawable)
Method Detail |
---|
public void setPrintedUrl(String printedUrl)
public String getPrintedUrl()
public boolean handleImageLoaded(android.graphics.Bitmap bitmap, android.os.Message msg)
handleImageLoaded
in class ImageLoaderHandler
bitmap
- the bitmap returned from the image loadermsg
- the handler message; can be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |